-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.29.0 #505
Merged
Merged
Release 1.29.0 #505
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow usage of @Autowired in the CLI definitions since they are loaded as beans. Deprecate most of the AbstractSpringAwareCLI logic since it can now be done via annotations. Use ApplicationContext in GemmaCLI and SpringContextUtil so that we can reuse the component scan logic via getBeansOfType. Merge workerContext with cliContext as we don't need to make distinctions between the two.
Unfortunately, it appears that this error arises when there is high contention on this specific call. Inline removeForExperiment() to make sure that findByInvestigation() and remove() happens in a single transaction.
Use a finally block to close the scrollable results. Replace two unnecessary usage of scroll() that should be simplified by a more efficient list() call.
update home page slide show to show only database stats hide diff ex and coex search from home page hide some features from navigation menus gene page some tabs and some details hidden remove social media link update copyright date refer to #154
Only include tests marked by the UnitTest category for maven-sure-fire-plugin. Include all test ending with Test.java and exclude those marked by the UnitTest category for integration tests. Use integration-test and verify goals for maven-jasmin-plugin as it require a fake browser.
…egration-tests Use maven-failsafe-plugin to handle integration tests
Only retain the taxon-based constructor that lookups the configuration.
Move commons-io to the root pom Related to #259 although we haven't changed the package naming yet.
Fix typo in PubMedSearchTest test name.
Make it an error to pass -testing/--testing in the command arguments.
Move all cache configuration in ehcache.xml.
arteymix
force-pushed
the
release-1.29.0
branch
from
November 30, 2022 20:39
d38eca3
to
161ccd1
Compare
There's no point in caching entities that are only by users and admins in very specific contexts and that should always be fresh.
Check if the cache is an Ehcache before casting it. Remove unused Terracotta section. Properly escape HTML entities when generating stats.
Those resources were relocated to be properly namespaced in gsec JAR.
Hibernate 4 uses that information to truncate fractional seconds accordingly. We want to preserve the milliseconds of the java.util.Date object, so 3 is adequate.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reminder once in production:
*.AUDIT_TRAIL_FK
columns to be non-null Make AuditTrail non-nullable in the data model #486BIBLOGRAPHIC_REFERENCE.PUBLICATION_DATE
to be a simpleDATE
field Hibernate 4 truncate datetime to their stated precision #507